home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 July / Disc 1 / PCU0703CD1.iso / software / online / files / imacros.exe / BUY INTERNET MACROS NOW.IIM < prev    next >
Encoding:
Text File  |  2003-01-29  |  941 b   |  21 lines

  1. VERSION BUILD=200003     
  2. URL GOTO=http://www.iopus.com/index.htm  
  3. '
  4. '  
  5. TAG TYPE=A ATTR=HREF:http://www.iopus.com/store.htm   
  6. '
  7. 'Use POS=5 because we want to click on the 5th link with a "Buy Now!" text
  8. TAG POS=5 TYPE=A ATTR=TXT:Buy<SP>Now!  
  9. '
  10. 'Now we are in the SECURE (SSL) Online Store
  11. 'The following box is not always displayed. If displayed, change order form language to English
  12. 'SET !ERRORIGNORE YES   
  13. 'TAG POS=1 TYPE=SELECT FORM=NAME:order ATTR=NAME:locale_select CONTENT=0  
  14. 'SET !ERRORIGNORE NO
  15. TAG TYPE=INPUT:TEXT FORM=NAME:order  ATTR=NAME:heardabout CONTENT=Filled<SP>by<SP>Internet<SP>Macros 
  16. 'On the next line we replaced the value "Order<SP>Now" with "*" so it works
  17. 'for all languages of the order form
  18. TAG TYPE=INPUT:SUBMIT FORM=NAME:order  ATTR=NAME:ORDER_PRODUCT_NOW&&VALUE:*
  19. TAG TYPE=INPUT:TEXT FORM=NAME:order ATTR=NAME:FNAME CONTENT=Please<SP>enter<SP>your<SP>purchase<SP>details<SP>here: 
  20.